RxUserControl class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.WinForms
Assembly: ReactiveMarbles.ViewModel.WinForms.dll
Full name: ReactiveMarbles.ViewModel.WinForms.RxUserControl<T>
Modifiers: public
Summary¶
RxUserControl.
Applies to
net8.0-windows10.0.19041
Class hierarchy
classDiagram
class RxUserControl~T~
class UserControl
UserControl <|-- RxUserControl~T~
class IAmViewFor~TViewModel~ {
<>
}
IAmViewFor~TViewModel~ <|.. RxUserControl~T~
class IAmViewFor {
<>
}
IAmViewFor <|.. RxUserControl~T~
Inherits from: UserControl
Implements: IAmViewFor
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [RxUserControl](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML. |
Methods¶
| Name | Summary |
|---|---|
| Dispose | Clean up any resources being used. |